VMX/vPMU: reduce core2_vpmu_initialise() verbosity
authorJan Beulich <jbeulich@suse.com>
Fri, 22 Aug 2014 12:32:07 +0000 (14:32 +0200)
committerJan Beulich <jbeulich@suse.com>
Fri, 22 Aug 2014 12:32:07 +0000 (14:32 +0200)
commit451a1eacc5690375b8f22c949a497b7a34e86c27
tree8a368ca949fff1fa393482b2863c125f17b820b1
parent6df080467cde47d9ec5e81fde967567953619a25
VMX/vPMU: reduce core2_vpmu_initialise() verbosity

No need to print these messages for each vCPU, even more, no need to
print them for each domain - they all depend on CPU features that are
either there or not.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Kevin Tian <kevin.tian@intel.com>
xen/arch/x86/hvm/vmx/vpmu_core2.c